18 Jointly Normal Distribution

Suppose ZN(0,1). Then, for fixed constants a,μR,X=aZ+μN(μ,a2).

Jointly Normal/Jointly Gaussian RV/Multivariate Normal

i[X1Xn]=An×m[Z1Zm]+[μ1μn],

where Z1,,Zni.i.dN(0,1),ARn×m,(μ1,,μn)TRn×1.

  1. Each Xi is a normal RV.
  2. Being jointly-normal is more strict than just being normal marginally. Because each (Xiμi) has to be a linear combination of the same set of iid N(0,1) RVs.

Does Z1,Z2N(0,1) leads to Z1+Z2 normal? No! Independence is important.


Covariance Matrix: random vector Y=[Y1,,Yn]T. Cov(Y)=E[YYT]E[Y]E[Y]T,[Cov(Y)]ij=E[YiYj]E[Yi]E[Yj]=Cov(Yi,Yj).

Note:

  1. Cov(Y) is a symmetric matrix.
  2. Cov(AY+b)=ACov(Y)AT.

Let Z1,,Zni.i.dN(0,1). Z=(Z1,,Zn)T.
Let Xn×1=An×nZn×1+μ, and A is invertible. A,μ fixed. Then E[X]=μ,Cov(X)=ACov(Z)AT=AAT=Σ. ThenfX(x)=fZ(A1(xμ))|det(A1)|=(12π)ne[A1(xμ)]T[A1(xμ)]|det(A1)|=(12π)ne(xμ)T(AAT)1(xμ)|det(A1)|Note that

det(Σ)=det(AAT)=det(A)det(AT)=[det(A)]2,det(A1)=1det(A)=1det(Σ).

SofX(x)=1(2π)n2det(Σ)e(xμ)TΣ1(xμ).


Bivariate Normal (n=2)

Var(Xi)=σi2, Cov(X1,X2)=Cov(X2,X1)=ρσ1σ2. Here 1<ρ<+1,σ1>0,σ2>0.
So covariant matrix Σ=(σ12ρσ1σ2ρσ1σ2σ22), and Σ1=1σ12σ22(1ρ2)(σ22ρσ1σ2ρσ1σ2σ12).
SofX1,X2(x1,x2)=12πσ1σ21ρ2e12(1ρ2)[(x1μ1)2σ12+(x2μ2)2σ222ρ(x1μ1σ1)(x2μ2σ2)].

We have X1X2ρ=0. (not true for general RVs)

Theorem (Maxwell)

Let X,Y be independent RVs with finite variance and define [XθYθ]=[cosθsinθsinθcosθ][XY].
Thus, XθYθ if and only if X,Y are both normal RVs with the same variance.

Claim

Let ZNm(0,I) and X=AZ+μ,ARn×m,μRn, s.t.Σ=Cov(X)=AAT is invertible. Then, fX(x)=1(2π)n21det(Σ)e12(xμ)TΣ1(xμ),XNn(μ,Σ).

For MRn×m,rank(M)min(n,m)MMT is invertible rank(MMT)=nmn.


Suppose XNn(μ,Σ), with Σ invertible.X=[XaXb],μ=[μaμb],Σ=[ΣaaΣabΣbaΣbb].
Precision matrix Λ=[ΛaaΛabΛbaΛbb]=Σ1.

A useful result:

M=[ABCD],M1=[I0D1CI][S100D1][IBD10I],

where S=(ABD1C) is the Schur complement of D in M.
Marginal distribution: XaNk(μa,Σaa),XbNnk(μb,Σbb).
Conditional distribution:
(Xa|Xb=xb)Nk(μa|b,Σa|b), where μa|b=μa+ΣabΣbb1(xbμb)=μaΛaa1Λab(xbμb),Σa|b=ΣaaΣabΣbb1Σba=Σaa1.
Independence:
For i,j=1,,n: XiXjΣij=0.
Affine transformation:
Y=BX+ν=B(AZ+μ)+ν=BAZ+(Bμ+ν), BRn×n invertible, thenYNn(Bμ+ν,BΣBT).